In Imenu, don't show defvars with no second argument.
authorChong Yidong <cyd@gnu.org>
Sun, 5 Aug 2012 14:14:54 +0000 (22:14 +0800)
committerChong Yidong <cyd@gnu.org>
Sun, 5 Aug 2012 14:14:54 +0000 (22:14 +0800)
commita39849c68128b3ea1cc35537766501fb4a4394a7
tree07767083cc7946d64fe0756af74c351a964d7aed
parent300b0f736195895cde72f016cbaf3d8633a68241
In Imenu, don't show defvars with no second argument.

* lisp/emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
show defvars which have no second argument.

* lisp/imenu.el (imenu-generic-expression): Move documentation here
from imenu--generic-function.
(imenu--generic-function): Refer to imenu-generic-expression.
lisp/ChangeLog
lisp/emacs-lisp/lisp-mode.el
lisp/imenu.el